←Select platform

MoveItem Method

Summary

Moves an item to a new index.

Syntax
C#
VB
Java
protected virtual void MoveItem( 
   int oldIndex, 
   int newIndex 
) 
Protected Overridable Sub MoveItem( _ 
   ByVal oldIndex As Integer, _ 
   ByVal newIndex As Integer _ 
)  
protected void moveItem(int oldIndex, int newIndex) 

Parameters

oldIndex
Existing 0-based index of the item.

newIndex
New 0-based index of the item.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly